runtime.hexdumper.fmtHex (method)
5 uses
runtime (current package)
hexdump.go#L185: h.fmtHex(lineBuf[dataStart+int(pos+1):][:1], uint64(offset))
hexdump.go#L189: h.fmtHex(lineBuf[asciiStart+offset:][:1], uint64(offset))
hexdump.go#L198: h.fmtHex(lineBuf[:2*h.addrBytes], uint64(h.addr))
hexdump.go#L207: h.fmtHex(lineBuf[dataStart+int(pos):][:2], uint64(b))
hexdump.go#L245: func (h *hexdumper) fmtHex(buf []byte, v uint64) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |